home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / TCL1 / JOHNLOVE / C_SOURCE / CMYBAR.H < prev    next >
Text File  |  1992-02-03  |  414b  |  25 lines

  1. /*********************************************************
  2.  "CmyBar.h"
  3.  
  4.  by John A. Love, III [Washington Apple Pi Users' Group]
  5.  
  6.  using Symantec's "THINK C", v 5.0.1
  7.  ... as derived from their "TCL Starter" files
  8.  *********************************************************/
  9.  
  10.  
  11.  
  12.  
  13. #include <CBartender.h>
  14.  
  15.  
  16. struct CmyBar : CBartender        {
  17.  
  18.     long    FindCmdNumber (short MENUid, short itemNo);
  19. };
  20.  
  21.  
  22.  
  23.  
  24. /* end: "CmyBar.h" */
  25.